Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve frame order #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thijzert
Copy link

Change the frames field of a v2 Tag from a map to a slice.
This way, frames are written to the file in the same order as you set them from your code, rather than the semi-random way they're stored internally in the map keys.

Change the `frames` field of a v2 `Tag` from a map to a slice.
This way, frames are written to the file in the same order as you set
them from your code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant